﻿*{
	font-family: 'PingFang SC', 'SimHei';
	-webkit-tap-highlight-color:transparent; 
	margin: 0;
	padding: 0;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body{
	width:100%;
	/* min-width:1100px; */
	overflow-x:auto;
	line-height:1;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}
nav ul{
	list-style:none;
}
ul li{
	list-style-type:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:none;
}
a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	text-decoration:none;
}
ins{
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}
mark{
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}
del{
	text-decoration:line-through;
}
abbr[title],dfn[title]{
	border-bottom:1px dotted;
	cursor:help;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
hr{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	margin:1em 0;
	padding:0;
}
input,select{
    vertical-align:middle;
    background: none;
}
a {
    text-decoration: none;
    color: #000;
    padding: 0;
    margin: 0;
    border: 0 none;
    font-family: 'PingFang SC', 'SimHei' ;
}
img {
    border: 0;
}
ul li {
    list-style-type: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
body{
    width: 100%; 
    min-width: 1020px;
    height: auto;
    background-color: #fff;
}
input[type="radio"] + label{
    cursor: pointer;
    font-size: 14px; color: #a9a7a7;
}
input[type="radio"] + label::before {
    content: "\a0";
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border-radius: 50%;
    border: 1px solid #D3D4D6;
    margin-bottom: 3px;
}
input[type="radio"]:checked + label::before {
    border-color: #D92E34;
    background-color: #D92E34;
    background-clip: content-box;
    width: 4px; height: 4px;
    padding: 4px;
}
input[type="radio"] {
    /*position: absolute;*/
    /*clip: rect(0, 0, 0, 0);*/
    display: none;
}
input[type="radio"]:checked + label{
    color: #363636;
}
textarea{
	border: none;
	outline: none;
}
textarea::-ms-clear{
	display: none;
}
textarea::-ms-reveal{
	display: none;
}
input::-ms-clear,input::-ms-reveal{
	display: none;
}
/*首页*/
/* 头部 */
.header{
    width: 1000px; 
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}
.header img{
    width: 40%;
}
.header .web_guide{
    width: 430px; 
    height: 26px;
    background-color: #5985BD;
    position: absolute; 
    right: 0; 
    top: 0;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    overflow: hidden;
}
.header .web_guide>ul{
    display: inline-block; 
    float: left;
    overflow: hidden;
    margin-left: 6px; 
    margin-top: 5px;
}
.header .web_guide .language_list>li{
    display: inline-block; 
    float: left;
    border-right: 1px solid #fff;
}
.header .web_guide .language_list>li:last-child{
    border-right: 0;
}
.header .web_guide .language_list>li a{
    display: block;
    padding: 0 9px;
    font-size: 12px; 
    color: #fff;
}
.header .web_guide .web_guide_other>li{
    display: inline-block; 
    float: left;
    margin-right: 12px;
}
.header .web_guide .web_guide_other>li:last-child{
    margin-right: 0;
}
.header .web_guide .web_guide_other>li a{
    padding-left: 14px; 
    display: block;
    font-size: 12px; 
    color: #fff;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left center;
}
.header .web_guide .web_guide_other>li.i_home a{
    background-image: url(../img/i_home.jpg);
}
.header .web_guide .web_guide_other>li.i_collect a{
    background-image: url(../img/i_collect.jpg);
}
.header .logo{
    width: 314px; 
    height: auto;
    display: inline-block; 
    float: left;
}
.header .logo>img{
    width: 100%;
    display: block;
}
.header .search_c{
    display: inline-block; 
    float: right;
    margin-top: 8px;
    overflow: hidden;
}
.header .search_c .search_text{
    width: 233px; 
    height: 33px;
    background: url(../img/search_bg.jpg) no-repeat;
    background-size: 100%;
    background-position: center;
    display: inline-block; float: left;
}
.header .search_c .search_text input{
    width: 183px; 
    height: 26px; 
    line-height: 26px;
    padding: 0 15px 0 35px;
    background-color: transparent;
    font-size: 12px; 
    color: #fff;
    margin-top: 7px;
    border: 0; 
    outline: none;
}
.header .search_c .search_text input::-webkit-input-placeholder{
    color: #fff;
}
.header .search_c .btn_search{
    width: 72px; 
    height: 26px; 
    line-height: 26px;
    border: 0;
    background-color: #76A4D1;
    font-size: 12px; 
    color: #fff;
    display: inline-block; 
    float: right; 
    margin-left: 1px;
    margin-top: 7px;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
}
.header .kefu_tel{
    display: inline-block; 
    float: right;
    font-size: 16px; 
    color: #646363;
    margin-top: 13px; 
    margin-right: 40px;
}
.header .kefu_tel span{
    font-weight: bold;
}
/* 轮播图 */
.card_container{
    width: 1000px; 
    height: auto;
    margin: 0 auto;
    position: relative;
}
.card_container .banner_c{
    width: 100%; 
    height: auto;
    overflow: hidden;
}
.card_container .banner_c .left{
    width: 1000px;
    height: auto;
    display: inline-block; 
    float: left;
}

.bannerLt_swiper{
    width: 100%; 
    height: 317px;
}
.bannerLt_swiper .swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
}
.bannerLt_swiper .swiper-slide a img{
    width: 100%;
    height: 100%;
    display: block;
}
.swiper-pagination-bullet{
    width: 30px; 
    height: 3px;
    border-radius: 0;
    opacity: 1;
    background-color: #fff;
    margin: 0 6px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #D70D18;
}
.bannerRt_swiper .swiper-pagination-bullet{
    width: 3px; 
    height: 30px;
}
.swiper-pagination{
    width: 100%;
    position:absolute;
    text-align:center;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    z-index:10;
    bottom: 23px;
}
.swiper-pagination .swiper-pagination-switch{
    width: 20px; 
    height: 3px;
    border-radius: 0;
    opacity: 1;
    background-color: #fff;
    margin: 0 6px;
    display: inline-block;
    cursor: pointer;
}
.swiper-pagination .swiper-pagination-switch.swiper-active-switch{
    background-color: #D70D18;
}

/*导航栏*/
.card_container .card_nav{
    background-color: #fff;
    width: 100%; 
    height: auto;
    overflow: hidden;
    padding-bottom: 8px;
    position: absolute;
}
.card_container .fixed{
    position: fixed;
    top: 0;
    z-index: 999;
    width: 1000px;
    max-width: 1000px;
}
.card_container .card_nav .card_nav_list{
    width: 100%; 
    height: auto;
    box-shadow: 0 0 6px 8px rgba(124, 124, 124, 0.16);
    overflow: hidden;
}
.card_container .card_nav .card_nav_list>li{
    width: 25%; 
    height: 68px; 
    line-height: 68px;
    display: inline-block; 
    float: left;
    font-size: 18px; 
    color: #272727; 
    text-align: center;
    cursor: pointer;
    border-bottom: 3px solid #fff;
}
.card_container .card_nav .card_nav_list>li.active{
    border-color: #D70D18;
}
.card_container .card_content{
    width: 100%; 
    height: auto;
    padding-top: 107px;
}
.card_container .card_content .card_swiper,.card_container .card_content .card_swiper0{
    width: 100%; 
    height: 610px;
}
.card_container .card_content .card_list{
    width: 100%; 
    height: auto;
    overflow: hidden;
    padding-bottom: 1px;
	min-width:1015px;
}
.card_container .card_content .card_list>li{
    width: 199px; 
    height: 243px;
    display: inline-block; 
    float: left;
    padding: 30px 25px;
    position: relative;
    border: 1px solid #f4f3f3; 
    border-right: 0;
    margin-bottom: -1px;
}
.card_container .card_content .card_list>li:last-child{
    border-right: 1px solid #f4f3f3;
}
.card_container .card_content .card_list>li:nth-child(4n){
    padding-right: 24px;
    border-right: 1px solid #f4f3f3;
}
.card_container .card_content .card_list>li:nth-child(2),
.card_container .card_content .card_list>li:nth-child(4),
.card_container .card_content .card_list>li:nth-child(5),
.card_container .card_content .card_list>li:nth-child(7){
    background-color: #fbfafa;
}
.card_container .card_content .card_list>li .card_thumb{
    width: 199px; 
    height: 127px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative;
}
.card_container .card_content .card_list>li.TOP1 .card_thumb:after{
    content: ' '; 
    display: block;
    width: 59px; 
    height: 22px;
    background: url(../img/i_top1.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute; 
    right: 0; 
    bottom: 0;
}
.card_container .card_content .card_list>li.TOP2 .card_thumb:after{
    content: ' '; 
    display: block;
    width: 59px; 
    height: 22px;
    background: url(../img/i_top2.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute; 
    right: 0; 
    bottom: 0;
}
.card_container .card_content .card_list>li.TOP3 .card_thumb:after{
    content: ' '; 
    display: block;
    width: 59px; 
    height: 22px;
    background: url(../img/i_top3.png) no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute; 
    right: 0; 
    bottom: 0;
}
.card_container .card_content .card_list>li .card_thumb img{
    width: 100%; 
    display: block;
}
.card_container .card_content .card_list>li .card_title{
    width:199px;
	height:44px;
    font-size: 16px; 
    color: #272727; 
    text-align: center;
    margin-bottom: 10px;
    line-height: 22px;
   
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	position:relative;
}
.card_container .card_content .card_list>li .card_subtitle{
    font-size: 12px; 
    color: #a9a7a7; 
	width:199px;
	height:32px;
    text-align: center;
    margin-bottom: 10px;
    
	line-height: 16px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	position:relative;
}
.card_container .card_content .card_list>li .btn_apply{
    width: 148px; 
    height: 34px; 
    line-height: 34px;
    border: 1px solid #d80c18;
    background-size: 0;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
    font-size: 20px; text-align: center; color: #d80c18;
	cursor: pointer;
}
.card_container .card_content .card_list>li .text-hide,.card_container .card_content .card_list>li .text-hide{
	text-align: left;
}
.text-hide::after{
	text-align: left;
	content:"...";
	position:absolute;
	bottom:0;
	right:0;
}
.card_container .card_content .card_list>li .btn_apply:hover{
    height: 36px; 
    line-height: 36px;
    border: 0;
    background: url(../img/btn_bg.png) no-repeat;
    background-size: 100%;
    color: #fff;
    box-shadow: 0 2px 7px 3px rgba(218, 29, 39, 0.35);
}
.card_content .card_opts{
    width: 100%; 
    height: 38px;
    position: relative;
    margin-top: 70px;
    margin-bottom: 12px;
    border-top: 1px solid #A8A6A6;
}
.card_content .card_opts .swiper-scrollbar{
    width: 884px; 
    height: 0px;
    margin-left: 10px;
    margin-left: -0px;
}
.card_content .card_opts .swiper-scrollbar .swiper-scrollbar-drag{
    width: auto; 
    height: 25px;
    margin: 0;
    top: -12.5px !important;
}
.card_content .card_opts .swiper-scrollbar .swiper-scrollbar-drag:after{
    content: '滑动显示更多卡面'; 
    display: block;
    position: absolute; 
    left: 0; 
    top: 0;
    width: 100%; 
    height: 25px; 
    line-height: 25px;
    text-align: center; 
    font-size: 12px; 
    color: #fff;
}
.card_content .card_opts .card_btns{
    position: absolute; 
    right: 25px; 
    top: -15px;
    overflow: hidden;
    display: none;
}
.huodong_content{
	/*font-size: 15px;*/
	width: 100%;
}
.zhangcheng{
	/*font-size: 15px;*/
	width: 100%;
}

.card_content .card_opts .card_btns>div{
    width: 33px; 
    height: 37px;
    display: inline-block; 
    float: left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
.card_content .card_opts .card_btns>div.card_prev{
    background-image: url(../img/prev.png);
}
.card_content .card_opts .card_btns>div.card_next{
    background-image: url(../img/next.png);
}
.swiper-scrollbar{
    background: #A8A6A6;
}
.swiper-scrollbar{
    width: 1px; 
    height: 100%;
    top: 1%;
}
.swiper-scrollbar .swiper-scrollbar-drag{
    width: 9px; 
    height: 93px;
    border-radius: 0;
    margin-left: -4.5px;
    background: linear-gradient(45deg, #DF3D45, #C90C16);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #DF3D45, endColorstr = #C90C16)";
    box-shadow: 0 2px 7px 3px rgba(218, 29, 39, 0.35);
}
/* 底部 */
.footer{
    width: 1000px; 
    height: 135px;
    background: linear-gradient(to bottom, #DFDEDE, #FFFFFF);
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorstr = #DFDEDE, endColorstr = #FFFFFF)";
    margin: 0 auto;
    overflow: hidden;
}
.footer.style2{
    width: 100%;
}
.footer>p{
    font-size: 12px; 
    color: #696969; 
    text-align: center;
    margin-top: 30px;
}
/* /底部 */
/*基本页*/
.card_container.style2{
    /* width: 100%; */
}
.apply_c{
    width: 100%; 
    height: auto;
    padding-top: 8px;
    /* border-top: 1px solid #f3f3f3; */
}
.apply_tip{
    width: 100%; 
    height: 38px; 
    line-height: 38px;
    font-size: 15px; 
    color: #363636; 
    text-align: center;
    background-color: #e8e8e8;
    margin-bottom: 47px;
}
.apply_c .apply_w{
    /* width: 1000px;  */
    height: auto;
    overflow: hidden;
    /* padding-bottom: 50px; */
    margin: 0 auto;
}
.apply_c .apply_w.step3{
    padding-bottom: 13px;
}
.apply_c .apply_w .left{
    /* width: 290px;  */
    /* width: 74%;  */
    width: 100%; 
    margin: 0 0 20px 0;
    height: auto;
    display: inline-block; 
    /* float: left; */
    background: rgba(246,246,246,0.49);
}
.apply_c .apply_w .left .top{
    /* width: 277px;  */
    padding:0 2%;
    /* min-height: 230px; */
    /* background: #F6F6F6; */
    margin-top: 10px;
    height: auto;
    padding-bottom: 16px;
    /* border-bottom: 1px solid #D4D5D7; */
}
.apply_c .apply_w .left .thumb{
    /* width: 277px; 
    height: 175px; */
    width: 192px;
    height: 122px;
    float: left;
    overflow: hidden;
    margin-bottom: 16px;
}
.apply_c .apply_w .left .thumb img{
    width: 100%; 
    display: block;
}
.apply_c .apply_w .left .card_name{
    font-size: 16px; 
    color: #272727; 
    /* text-align: center; */
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 24px;
}
.apply_c .apply_w .left .card_desc{
    font-size: 12px; 
    color: #a9a7a7; 
    text-align: center;
    margin-bottom: 35px;
    display: none;
}
.apply_c .apply_w .left .card_desc_list{
    /* width: auto; 
    display: table;
    max-width: 100%;
    margin: 0 auto; */
    display: inline-block;
}
.apply_c .apply_w .left .card_desc_list>li{
    /* font-size: 14px; 
    color: #828384; 
    line-height: 32px; */
    /* padding-left: 17px; */
    padding-left: 10px;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    position: relative;
}
.apply_c .apply_w .left .card_desc_list>li i{
    font-style: normal;
}

.apply_c .apply_w .left .card_desc_scroll_c{
    width: 100%; 
    height: 0px;
    position: relative;
    /* padding-top: 25px; 
    padding-bottom: 15px; */
    margin-top: 20px;
    background: #F6F6F6;
    /* display: none; */
    overflow: hidden;
}
.apply_c .apply_w .left .card_desc_scroll{
    /* width: 255px;  */
    max-height: 295px;
    padding: 0 18px 0 5px;
}
.apply_c .apply_w .left .card_desc_scroll .swiper-wrapper{
    width: 100%; 
    height: auto;
}
.apply_c .apply_w .left .card_desc_scroll .swiper-wrapper .swiper-slide{
    font-size: 14px; 
    line-height: 22px; 
    color: #828384;
    text-align: justify;
}
.apply_c .apply_w .left .swiper-container-vertical>.swiper-scrollbar{
    width: 1px; 
    height: 100%;
    top: 5px;
}
.apply_c .apply_w .left .swiper-scrollbar{
    width: 1px;
    height: 100%;
    position: absolute; 
    right: 0; 
    top: 0;
}
.apply_c .apply_w>.right{
    /* width: 630px;  */
    /* width: 74%;  */
    width: 100%; 
    /* margin: 0 13%; */
    margin: 0;
    background: rgba(246,246,246,0.49);
    height: auto;
    display: inline-block; 
    float: right;
}
.apply_c .apply_w .steps_c{
    display: table;
    margin: 0 auto 27px auto;
    position: relative;
    overflow: hidden;
}
.apply_c .apply_w .right .apply_steps{
    width: 100%; 
    height: auto;
    overflow: hidden;
    position: relative; 
    z-index: 1;
}
.apply_c .apply_w .right .apply_steps>li{
    min-width: 47px; 
    height: 41px;
    border: 2px solid #D6D6D6;
    border-radius: 12px;
    display: inline-block; 
    float: left;
    font-size: 18px; 
    color: #868686; 
    line-height: 41px;
    text-align: center;
    background-color: #F4F5F8;
    cursor: pointer;
    margin-right: 107px;
}
.apply_c .apply_w .right .apply_steps>li:last-child{
    margin-right: 0;
}
.apply_c .apply_w .right .apply_steps>li>p{
    position: relative; 
    z-index: 2;
}
.apply_c .apply_w .right .apply_steps>li span{
    display: none;
    margin-left: 8px;
}
.apply_c .apply_w .right .apply_steps>li.active{
    padding: 0 36px;
    background-color: #F7D3D5;
    border-color: #D70D18;
    color: #d80c18;
}
.apply_c .apply_w .right .apply_steps>li.active>p>span{
    display: inline-block;
}
.apply_c .apply_w .right .steps_c .step_line{
    width: 100%;
    position: absolute; 
    left: 0; 
    top: 50%; 
    margin-top: -1px;
}
.apply_c .apply_w .right .steps_c .step_line>div{
    width: 48%; 
    height: 2px;
    display: inline-block; 
    float: left;
    background-color: #858585;
}
.apply_c .apply_w .right .steps_c .step_line[data-step="1"]>div.left{
    background-color: #D70D18;
}
.apply_c .apply_w .right .steps_c .step_line[data-step="2"]>div.left{
    width: 40%;
    background-color: #8E8E8E;
}
.apply_c .apply_w .right .steps_c .step_line[data-step="2"]>div.right{
    width: 50%;
    background-color: #D70D18;
}
.cc-card-lr .swiper-wrapper{
    clear: both;
    overflow: hidden;
}
.cc-card-lr{
    clear: both;
    overflow: hidden;
    padding: 17px 0 8px;
}
.cc-card-lr .cc-card-l{
    float:left;
    width: 148px;
    font-size: 14px;
    color: #333333;
    text-align: right;
    line-height: 32px;
    font-weight: 400;
}
.cc-card-lr .cc-card-r{
    float:left;
    padding-left: 16px;
    width: 814px;
}
.cc-card-lr .cc-card-r .cc-card-tab{
    padding:0 16px;
    height: 30px;
    line-height:30px;
    background: #F6F6F6;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-right:16px;
}
.cc-card-lr .cc-card-r .cc-card-tab.active{
    background: #E03025;
    color: #fff;
}
.card_skin_c{
    width: 100%; 
    height: auto;
}
.card_skin_c .skin_swiper{
    width: 100%; 
    /* margin-top: 10px; */
    /* min-height: 200px; */
    /* margin-bottom: 20px; */
}
.card_skin_c .skin_swiper .swiper-slide{
    width: auto; 
    height: auto;
}
.card_skin_c .skin_swiper .swiper-slide .card_skin_list{
    /* width: 630px;  */
    width: 100%; 
    height: auto;
    clear: both;
    overflow: hidden;
}
.card_skin_c .skin_swiper .swiper-slide .card_skin_list>li{
    /* width: 195px; 
    height: 122px;
    display: inline-block; 
    float: left; */
    /* margin-right: 15px;  */
    /* margin-right: 20px; 
    margin-bottom: 17px;
    border: 2px solid #fff;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    border-radius: 8px; */

    float: left;
    width: 220px;
    height: 160px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin: 0 8px 8px 0;
    padding: 10px 16px;
}
.card_skin_c .skin_swiper .swiper-slide .card_skin_list>li:hover{
    border: 1px solid #E03025;
}
/* .card_skin_c .skin_swiper .swiper-slide .card_skin_list>li:nth-child(3n){
    margin-right: 0;
} */
.card_skin_c .skin_swiper .swiper-slide .card_skin_list>li.active:after{
    content: ' '; 
    display: block;
    width: 20px; 
    height: 20px;
    /* background: url(../img/card_check.png) no-repeat; */
    background: url(../img/cardselect.png) no-repeat;
    background-size: 100% 100%;
    background-position: center;
    position: absolute; 
    top: 3px; 
    right: 21px;
}
.card_skin_c .skin_swiper .swiper-slide .card_skin_list>li>img{
    /* width: 100%;  */
    display: block;
    width: 192px;
    height: 120px;
    margin: 0 auto;
}
.card_skin_c .skin_swiper .swiper-slide .card_skin_list>li>.cc-cardt{
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    line-height: 17px;
    padding-top: 10px;
}
.card_skin_c .skin_opts{
    width: 100%; 
    height: 38px;
    position: relative;
}
.card_skin_c .skin_opts .swiper-scrollbar{
    width: 524px; 
    height: 1px;
    margin-left: 10px;
}
.card_skin_c .skin_opts .swiper-scrollbar .swiper-scrollbar-drag{
    width: auto; 
    height: 25px;
    margin: 0;
    top: -12.5px;
}
.card_skin_c .skin_opts .swiper-scrollbar .swiper-scrollbar-drag:after{
    content: '滑动显示更多卡面'; 
    display: block;
    position: absolute; 
    left: 0; 
    top: 0;
    width: 100%; 
    height: 25px; 
    line-height: 25px;
    text-align: center; 
    font-size: 12px; 
    color: #fff;
}
.card_skin_c .skin_opts .skin_btns{
    position: absolute; 
    right: 5px; 
    top: -15px;
    overflow: hidden;
}
.card_skin_c .skin_opts .skin_btns>div,.left_prev,.left_next{
    width: 33px; 
    height: 37px;
    display: inline-block; 
    float: left;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}
.card_skin_c .skin_opts .skin_btns>div.skin_prev,.left_prev{
    background-image: url(../img/prev.png);
}
.card_skin_c .skin_opts .skin_btns>div.skin_next,.left_next{
    background-image: url(../img/next.png);
}
.apply_form{
    /* width: 491px; */
    display: table;
    margin: 20px auto  0;
}
.apply_form.style2{
    width: 566px;
    margin-bottom: 55px;
}
.apply_form .tr{
    margin-bottom: 20px;
}
.apply_form .tr:last-child{
    margin-bottom: 0;
}
.apply_form .tr .th{
    width: 106px; 
    min-height: 32px;
    display: table; 
    float: left;
    font-size: 14px; 
    color: #363636;
    text-align: right;
    margin-right: 16px;
}
.apply_form .tr .th{
    width: 86px;
}
.apply_form .tr .th>span{
    font-weight: bold;
    display: table-cell; 
    vertical-align: middle;
    line-height: 30px;
}

.apply_form .tr .td{
    /* width: 383px;  */
    width: 478px;
    height: auto;
    display: inline-block;
    float: right;
    /* border: 1px solid #A8A6A6; */
    position: relative;
    font-size: 18px; 
    color: #363636;
    background: rgba(238,238,238,0.30);
    border: 1px solid #CCCCCC;
    border-radius: 4px;
}
.apply_form .tr .redborder{
	border: 1px solid #C90C16;
}
.apply_form .tr .td .input_c{
    /* margin-left: 20px;  */
    /* margin-right: 20px; */
    position: relative;
    font-size: 14px;

    width: 100%;
    height: 100%;
}
.apply_form .tr .td .input_c input,.xxdz,.zzdz,.apply_form .tr .td .select_j input{
    width: 100%; 
    border: 0;
    outline: none;
    font-size: 14px; 
    color: #363636;
    height: 40px;
    line-height: 40px;
    background: none;
    padding-left: 6px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.apply_form .tr .td .input_c input.defaultVal{
    color: #a9a7a7;
}
.apply_form .tr .td .input_c input::-webkit-input-placeholder{
    color: #a9a7a7;
}
.apply_form .tr .td.td_2 .input_c{
    margin-right: 134px;
}
.apply_form .tr .td.td_2 .input_c:after{
    content: ' '; 
    display: block;
    width: 1px; 
    height: 14px;
    background-color: #A8A6A6;
    position: absolute; 
    right: 0; 
    top: 50%; 
    margin-top: -7px;
}
.apply_form .tr .td.td_2  .btn_sendVerify{
    width: 70px; 
    height: 24px;
    border-radius: 24px;
    outline: none; 
    border: 0;
    position: absolute; 
    right: 14px;
    top: 7px;
    cursor: pointer;
    font-size: 12px; line-height: 24px;
}
.apply_form .tr .td.td_2  .btn_sendVerify.active{
    background: linear-gradient(-55deg, #868686, #d7d7d7);
    background-color: #868686;
    box-shadow: 0 2px 4px rgba(134, 134, 134, .53);
}
.apply_form .tr .td .input_c.name_en{
    overflow: hidden;
}
.apply_form .tr .td .input_c.name_en input{
    width: 20px; 
    /* max-width: 45%; */
    display: inline-block; 
    float: left;
    overflow: visible;
}
.apply_form .tr .td .input_c.name_en i{
    display: block;
    width: 1px; height: 14px;
    background-color: #a9a7a7;
    display: inline-block; 
    float: left;
    margin: 12px 10px 0 10px;
}
.red_btn{
    background: linear-gradient(45deg, #DF3D45, #C90C16);
    background-color: #DF3D45;
    box-shadow: 0 2px 7px 3px rgba(218, 29, 39, 0.35);
    font-size: 16px; color: #fff; 
    text-align: center;
}
.rule_c{
    width: 556px;
    /* padding-left: 27px;  */
    margin: 0 auto;
    height: auto;
    font-size: 14px; 
    color: #828384; 
    line-height: 22px;
    text-align: justify;
}
.rule_c .rule_tip{
    position: relative;
    cursor: pointer;
}

/*.rule_c .rule_tip:before{
    content: ' '; 
    display: block;
    width: 11px; 
    height: 11px;
    position: absolute; 
    left: -27px; 
    top: 5px;
    border: 1px solid #363636;
}
.rule_c .rule_tip.active1:before{
    content: ' '; 
    display: block;
    width: 11px; 
    height: 11px;
    position: absolute; 
    left: -27px; 
    top: 5px;
    border: 1px solid #c81b21;
}
.rule_c .rule_tip.active:before{
    border-color: #2c2c38;
    background: url(../img/checkbox_active.png) no-repeat;
    background-size: 100%;
    background-position: center;
}*/
.rule_swiper_c{
    width: 100%; 
    height: auto;
    padding-bottom: 9px;
    position: relative;
    margin-bottom: 30px;
}
.rule_swiper_c .rule_swiper{
    width: 570px; 
    max-height: 158px;
    margin: 0;
}
.rule_swiper_c .swiper-scrollbar{
    right: 10px; 
    left: auto;
    border-radius: 0; 
    top: 0;
    position: absolute;
}
.apply_c .apply_w .right .steps_btns{
    display: table;
    margin: 50px auto;
}
.apply_c .apply_w .right .steps_btns .btn_prevStep,.btn_nextStep,.btn_nextStep1{
    width: 180px; 
    height: 50px; 
    line-height: 50px;
    font-size: 24px; 
    color: #fff; 
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    margin: 0 10px;
    border: 0; 
    outline: none;
    cursor: pointer;
    display: inline-block;
    float: left;
}
.city-picker-span{
    overflow: auto;
    position: absolute; 
    top: 0; 
    left: 15px;
    border: 0;
    font-size: 14px;
    display: none;
}
.city-picker-span>.placeholder{
    margin-left: 5px;
}
.city_c.tr {
    min-height: 30px;
    /*overflow: visible;*/
}
.left_swiper{
	height: 100px;
}
.apply_c .apply_w .left .left_swiper .thumb{
	/* height:auto; */
}
.apply_c .apply_w .left .left_swiper .thumb img {
    width: 46%;
    display: block;
    float: left;
    margin-left: 2%;
}
.left_btns{
	float: right;
}
.left_tab{
	/* margin-top: 37px; */
}
.cardtab{
        	display:none;
        }
.leftcardq{
display:none;}
.cardtitle{
	display: none;
}
.active{
	display:block;
}
input[type="button"]:disabled{
	background: #DDDDDD;
    box-shadow: 0 2px 1px rgb(221, 221, 221);
	border: 1px solid #DDDDDD;
}
#subButton:disabled {
    background: #DDDDDD;
    box-shadow: 0 2px 1px rgb(221, 221, 221);
	border: 1px solid #DDDDDD;
}
.cardshow{
	display: none;
}
.dan,.shuang,.errtitle{
	display: none;
	text-align: center;
}
.active{
	display: block;
}
.redline{
	border: 1px solid red;
}
input[type="radio"].shi,input[type="radio"].fou{
	display: inline-block;
	margin-bottom: 3px;
}
#card3 .skin_swiper,#card2 .skin_swiper{
	/* height: 143px; */
}
#card3 >img{
	margin-left: 217px;
}
.img_span{
	vertical-align: center;
	width: 0;
	height: 100%;
	overflow: hidden;
}
/* ccccccccccccc */
/* #card1 .skin_swiper .swiper-slide .card_skin_list>li.one,#card3 .skin_swiper .swiper-slide .card_skin_list>li{
	margin-left: 217px;
}

#card2 .skin_swiper .swiper-slide .shuang .card_skin_list li:nth-child(3n),
#card2 .skin_swiper .swiper-slide .shuang li:nth-child(1),#card1 .skin_swiper .swiper-slide .card_skin_list>li.two:nth-child(1){
	margin-left: 100px;
    margin-right: 15px;
}
#card2 .skin_swiper .swiper-slide .dan li:nth-child(1){
	margin-left: 217px;
} */




/*详情页*/
.steps_content .label_c {
    width: 620px;
    height: auto;
    position: relative;
}
.steps_content .label_c>span {
    height: 54px;
    line-height: 54px;
    padding: 0 8px 0 68px;
    display: table;
    margin: 0 auto;
    font-size: 18px;
    color: #d80c18;
    background-repeat: no-repeat;
    background-size: 54px;
    background-position: left center;
    background-color: #fff;
    position: relative;
    z-index: 1;
}
.steps_content .label_c.i_work>span {
    background-image: url(../img/i_work.png);
}
.steps_content .label_c:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #E6E6E6;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}
/*.apply_form .tr .td .select_c {
    margin: 0 21px 0 20px;
    position: relative;
}
.apply_form .tr .td .select_c:after{
    content: ' '; display: block;
    width: 14px; height: 30px;
    position: absolute; right: 0; top: 0;
    background: url(../img/arrow_d.png) no-repeat;
    background-size: 100%;
    background-position: center;
    pointer-events: none;
}
*/
.select_c,.select_jy,.select_zx,.select_sh,.select_j{
    /* background: url(../img/arrow_d.png) no-repeat center 10px; */
    height: 40px;
    box-sizing: border-box;
}
.select_c>select,.select_jy>select,.select_zx>select,.select_gx>select,.select_sh>select,.select_j>select{
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    color: #363636;
}
.select_c>span,.select_jy>span,.select_zx>span,.select_gx>span,.select_sh>span,.select_j>span{
    width: 100%;
    height: 30px;
    line-height:30px;
    color: #ABA9A9;
    font-family: 'PingFang SC', 'SimHei';
    font-weight: 400;
}
.select_c>span.hasVal,.select_jy>span.hasVal,.select_zx>span.hasVal,.select_gx>span.hasVal,.select_sh>span.hasVal,.select_j>span.hasVal{
    color: #363636;
}
.apply_form .tr .td .select_c>span,.apply_form .tr .td .select_jy>span,.apply_form .tr .td .select_zx>span,.apply_form .tr .td .select_sh>span{
    width: 343px;
    height: 30px;
    line-height: 30px;
    /*display: block;*/
    /* background-color: #fff; */
    position: absolute;
    left: 0;
    top: 5px;
    pointer-events: none;
    font-size: 14px;
    color: #a9a7a7;
    padding: 0 6px;
}
.apply_form .tr .td .select_c select,.apply_form .tr .td .select_jy select ,.apply_form .tr .td .select_zx select ,.apply_form .tr .td .select_gx select,.apply_form .tr .td .select_sh select,.apply_form .tr .td .select_j select{
    width: 100%;
    height: 100%;
    line-height: 30px;
    border: 0;
    outline: none;
    font-size: 14px;
    color: #363636;
    /* margin: 0 20px; */
    box-sizing: border-box;
}
.apply_form .tr .td .select_c:after,.apply_form .tr .td .select_jy:after,.apply_form .tr .td .select_zx:after,.apply_form .tr .td .select_gx:after ,.apply_form .tr .td .select_sh:after,.apply_form .tr .td .select_j:after  {
    content: ' ';
    display: block;
    width: 14px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 0px;
    background: url(../img/arrow_d.png) no-repeat;
    background-size: 100%;
    background-position: center;
    pointer-events: none;
}
.apply_form .tr .td .select_sh>span.hasVal {
    color: #363636;
}
.apply_form .tr .td.td_cols .input_c {
    /* margin: 0 17px 0 9px;
    padding: 0 12px; */
}
.apply_form .tr .td.td_cols .addr_c {
    padding-right: 0;
    /* border-bottom: 1px solid #A8A6A6; */
}
.apply_form .tr .td.td_3 {
    overflow: hidden;
}
.apply_form .tr .td.td_3>div {
    display: inline-block;
    float: left;
    margin: 0;
    margin-right: 2px;
    padding: 0 5px;
}
.apply_form .tr .td.td_3>div:first-child {
    padding-left: 6px;
}
.apply_form .tr .td.td_3>div:nth-child(1) {
    width: 82px;
}
.apply_form .tr .td.td_3>div:nth-child(2){
    width: 155px;
}
.apply_form .tr .td.td_3>div:nth-child(3){
    width: 94px;
    margin-right: 0;
}

.apply_form .tr .td .input-tel:first-child>input:first-child{
    width: 82px;
}
.apply_form .tr .td .input-tel:first-child>input:last-child{
    width: 155px;
}
.apply_form .tr .td.td_3>.input-tel:nth-child(1) {
    width: 250px;
}
.apply_form .tr .td.td_3>.input-tel:nth-child(2){
    /* width: 94px; */
    width: 190px;
    margin-right: 0;
}

.apply_form .tr .td.td_3>div>input {
    text-align: left;
}
.apply_form .tr .td .input_c input.defaultVal,.apply_form .tr .td .input_c textarea.defaultVal {
    color: #a9a7a7;
}
.apply_form #nations .td .input_c input.defaultVal {
    color: #363636;
}

.apply_form .tr .td.td_3>div:first-child>input {
    text-align: left;
}
.apply_form .tr .td.td_3>div:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #A8A6A6;
    position: absolute;
    right: -2px;
    top: 50%;
    margin-top: -7px;
}

.apply_form .tr .td.td_3>.input-tel:after{
    right: 180px;
}
.apply_form .tr .td.td_3>.input-tel:last-child:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #A8A6A6;
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -7px;
}
.apply_form .tr .td.td_3>div:last-child:after{
    display: none;
}
.apply_form .tr.tr_2>.td>.input_c {
    /* width: 96px; */
    /* margin: 0 18px; */
    display: inline-block;
    float: left;
    /* text-align: right; */
}
.apply_form .tr.tr_2 .td>.input_c input {
    /* text-align: right; */
}
.apply_form .tr.tr_2 .td .year_c>input {
    width: 100%;
    /* margin-right: 23px; */
}
.apply_form .tr.tr_2 .td .year_c>span {
    height: 41px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #a9a7a7;
    position: absolute;
    right: 6px;
    top: 0;
}
.apply_form .tr.tr_2>.td>.input_c:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    background-color: #A8A6A6;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -7px;
}
.apply_form .tr.tr_2>.td .th {
    margin-left: 18px;
}
.apply_form .tr.tr_2 .td .td {
    width: 115px;
    border: 0;
    margin: 0 20px 0 10px;
}
.apply_form .tr.tr_2>.td>.td .input_c {
    margin: 0;
}
.apply_form .tr .td .price_c {
    /* padding-right: 35px; */
}
.apply_form .tr .td .price_c>span {
    height: 30px;
    line-height: 40px;
    display: block;
    font-size: 14px;
    color: #a9a7a7;
    position: absolute;
    right: 6px;
    top: 0;
}
.steps_content .label_c.i_info>span {
    background-image: url(../img/i_info.png);
}
.apply_form .tr.tr_2_style1 .td .select_c {
    width: 54px;
    margin: 0;
    padding: 0 0 0 20px;
    display: inline-block;
    float: left;
    margin-right: 12px;
    background: none;
    position: relative;
}
.apply_form .tr.tr_2_style1>.td>.select_c:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -23px;
    top: 50%;
    margin-top: -7px;
    background: none;
    background-color: #A8A6A6;
    z-index: 10;
}
.apply_form .tr .td .select_c>span.hasVal {
    color: #363636;
}
.apply_form .tr .td .input_c>span.hasVal {
    color: #363636;
}
 
.apply_form .tr .td .select_j>span.hasVal {
    color: #363636;
}
.apply_form .tr .td .addr_c>span.hasVal {
    color: #363636;
}
.apply_form .tr.tr_2_style1 .td .select_c>span {
    width: 54px;
    left: 0;
}
.apply_form .tr.tr_2_style1 .td .th {
    width: 85px;
    padding: 0;
    min-height: 30px;
    margin-left: 30px;
}
.apply_form .tr.tr_2_style1 .td .td {
    width: 172px;
    border: 0;
}
.date_c span {
    font-size: 14px;
    color: #a9a7a7;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.apply_form .tr.tr_2_style2>.td>.select_c:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -28px;
    top: 50%;
    margin-top: -7px;
    background: none;
    background-color: #A8A6A6;
}
.apply_form .tr_2_style1 .td .select_c:after{
	background: none;
}
.apply_form .tr.tr_2_style2>.td .th {
    width: auto;
    min-height: 30px;
    margin-left: 16px;
}
.apply_form .tr.tr_2_style2>.td>.select_jy,.apply_form .tr.tr_2_style2>.td>.select_zx {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
}
.apply_form .tr.tr_2_style2>.td .td {
    width: 125px;
    border: 0;
}
.apply_form .tr.tr_2_style2>.td .td .select_jy, .apply_form .tr.tr_2_style2>.td .td .select_zx{
    margin: 0 22px 0 0;
}
.apply_form .tr .td .radio_c {
    overflow: hidden;
    display: table;
    height: 38px;
}
.apply_form .tr .td .radio_c>div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}
input[type="radio"] {
    /*position: absolute;*/
    /*clip: rect(0, 0, 0, 0);*/
    display: none;
}
.steps_content .label_c.i_concat>span {
    background-image: url(../img/i_concat.png);
}
.apply_form .tr.tr_2_style3>.td .input_c {
    width: 84px;
    display: inline-block;
    float: left;
    margin: 0 10px 0 20px;
}
.apply_form .tr.tr_2_style3>.td .input_c+.input_c {
    width: 120px;
    margin: 0 20px 0 20px;
}
.apply_form .tr.tr_2_style3>.td .select_gx{
    width: 100px;
    display: inline-block;
    float:left;
    margin: 0;
    font-size: 14px;
}
.apply_form .tr.tr_2_style3>.td .select_gx:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -7px;
    background: none;
    background-color: #A8A6A6;
}
.steps_content .label_c.i_other>span {
    background-image: url(../img/i_other.png);
}
.apply_form.apply_form2 .tr .th {
    width: auto;
    min-width: 107px;
    /* margin-right: 34px; */
    /* padding-right: 23px; */
    /* margin: 0; */
    box-sizing: content-box;
}
.apply_form.apply_form2 .rightLet{
    /* padding-right: 16px; */
}
.apply_form .tr .td .input_c.date_c:after {
    content: ' ';
    display: block;
    width: 14px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 0;
    background: url(../img/arrow_d.png) no-repeat;
    background-size: 100%;
    background-position: center;
}
.apply_form .tr .td .date_limit {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #b1afaf;
    cursor: pointer;
}
.apply_form .tr.tr_2_style3 .td .date_c {
    width: 194px;
    margin: 0 36px 0 20px;
}
.apply_form.apply_form2 .tr.tr_3 .td {
    width: auto;
    border: 0;
    float: left;
}
.apply_form .tr.tr_3 .td .radio_c {
    height: 25px;
    margin-left: 10px;
}
.apply_form .tr.tr_3 .th {
    width: 140px;
    height: 25px;
    min-height: auto;
}
.apply_form .tr.tr_4 .td {
    width: 350px;
    border: 0;
    float: left;
}
.apply_form .tr.tr_4 .td .radio_c {
    margin-left: 10px;
}
.apply_form .tr.tr_4 .td .radio_c>div {
    display: block;
    line-height: 32px;
    overflow: hidden;
    padding-right: 0;
}
.apply_form .tr.tr_4 .th {
    width: 140px;
}
input:disabled{
	background: #fff;
}

.font{
	font-size: 14px;
	line-height: 30px;
}
.apply_form .tr_2_style2 .td .input_c{
	/* width: 100px; */
	float: left;
}
.apply_form .tr_2_style2>.td>.input_c:before {
    content: ' ';
    display: block;
    width: 1px;
    height: 14px;
    position: absolute;
    right: -23px;
    top: 50%;
    margin-top: -7px;
    background: none;
    background-color: #A8A6A6;
    z-index: 10;
}
.apply_form .tr_2_style2 .td .select_jy select,.apply_form .tr_2_style2 .td .select_jy>span,.apply_form .tr_2_style2 .td .select_zx select,.apply_form .tr_2_style2 .td .select_zx>span{
	width:100%;
}
.apply_form .tr .td .select_jy>span.hasVal,.apply_form .tr .td .select_zx>span.hasVal {
    color: #363636;
}
.opt2 {
    display: none;
    position: absolute;
    top: 34px;
    left: 9px;
    background: #fff;
    z-index: 10;
    width:343px;
    padding-left: 8px;
    border: 1px solid #d0d0d1;
    border-radius: 10px;
    font-size: 14px;
}
.rule2,.rule3,.rule4,.rule5,.rule7,.rule8,.rule9,.rule10,.rule11,.rule13,.grlyhy,.zyts,.hhgrsqs,.xykzc,.ovrmtyn,.sendAdress,.cc-quanyi,.cc-pdf{
	position: absolute;
	height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.70);
    left: 0;
    top: 0;
	z-index: 111;
	display: none;
}
.cc-popbox,.cc-pdf-popbox{
    position: absolute;
    left: 50%;
    top:50%;
    margin: -230px 0 0 -340px;
    width: 680px;
    height: 460px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.06);
    border-radius: 8px;
}
.cc-poptit,.cc-pdf-poptit{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    position: relative;
}
.cc-poptit img,.cc-pdf-poptit img{
    position: absolute;
    top: 16px;
    right:16px;
    z-index: 22;
    width: 24px;
    height: 24px;
}
.rule_content2,.rule_content3,.rule_content4,.rule_content5,.rule_content7,.rule_content8,.rule_content9,.rule_content10,.rule_content11,.rule_content13,.grlyhy_content,.zyts_content,.hhgrsqs_content,.xykzc_content,.ovrmtyn_content,.sendAdress_content,.cc-quanyi_content{
    height: 323px;
    overflow-y: scroll;
    padding: 0 16px;
    line-height: 23px;
}
.cc-pdf_content{
    height: 323px;
    padding: 0 16px;
    line-height: 23px;
}
.cc-quanyi_content img{
    width: 100%;
}
.rule_close2,.rule_close3,.rule_close4,.rule_close5,.rule_close7,.rule_close8,.rule_close9,.rule_close10,.rule_close11,.rule_close13,.grlyhy_close,.zyts_close,.hhgrsqs_close,.xykzc_close,.ovrmtyn_close,.sendAdress_close,.cc-quanyi_close,.cc-pdf_close{
	/* width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 38px;
	position: fixed;
	bottom: 0;
	background-color: #a0a3a5;
    color:black; */
    
    width: 320px;
    height: 38px;
    background-image: linear-gradient(90deg, #FF5C52 0%, #E03025 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    margin: 24px auto 0;
}
.rule1 tr,.rule1 td,.rule2 tr,.rule2 td{
border:1px solid black;
}
.xieyi{
    /* color:#064F93; */
    color: #2F6DFF;
    font-size: 12px;
}
.active1 {
    display: block;
}
.col{
	line-height: 30px;
}
.apply_form1 .tr .td .select_gx>span{
    width:100%;
    margin: 0;
}
.apply_form1 .tr .td .select_gx select{
    width:100%;
    margin: 0;
}
.apply_form1 .tr .td .select_gx>span{
	padding: 0;
}
.cell-checkboxed:checked + label {
    color: #363636;
}
.cell-checkboxed+ label::before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #D3D4D6;
    box-sizing: border-box;
}
.cell-checkboxed:checked + label::before {
    border-color: #D92E34;
    background-color: #D92E34;
    background-clip: content-box;
    padding: 3px;
}
.item_label{
    display: inline-block;
    font-size: 14px;
}
.ls3,.ls4{
    background-color: transparent;
    line-height: 29px;
    width:85px;
    padding-left: 3px;
    height: 29px;
    border: 1px solid #A8A6A6;
    outline: none;
    font-size: 14px;
}
.ls4{
	width:45px;
	text-align: right;
	padding-left: 0;
	padding-right: 3px;
}
.item {
    display: none;
}
.apply_form .tr.tr_4 .td .radio_c>div input[type="radio"]:checked ~ .item {
    display: inline-block;
}
/*确认页*/
.apply_c .apply_w .right .steps_btns .btn_submit {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    margin: 0 10px;
    border: 0;
    outline: none;
    cursor: pointer;
    float: left;
}
.apply_c .apply_w .left .page3 {
    max-height: 135px;
}
.apply_form.apply_form3 {
    width: auto;
    /* max-width: 491px; */
    padding-top: 40px;

}
.apply_form.apply_form3 {
    margin-bottom: 40px;
    
}
.apply_left{
    margin: 21px 140px;
}
.apply_form.apply_form3 .tr .td {
    width: auto;
    min-height: 40px;
    max-width: 371px;
    border: 0;
    float: left;
    display: table;
}
.apply_form.apply_form3 .tr .td span {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #333333;
}
.opt{
	display: none;
}
/*提交页*/
.rst_tip {
    width: 100%;
    height: 37px;
    line-height: 37px;
    background-color: #e8e8e8;
    font-size: 15px;
    color: #363636;
    text-align: center;
    margin-bottom: 30px;
}
.apply_rst_c .apply_success {
    display: table;
    height: 124px;
    padding-left: 130px;
    margin: 0 auto;
    background: url(../img/success.png) no-repeat;
    background-size: 124px;
    background-position: left center;
    margin-bottom: 30px;
}
.apply_rst_c .apply_success>span {
    font-size: 26px;
    color: #d80c18;
    display: table-cell;
    vertical-align: middle;
}
.apply_rst_c {
    width: 100%;
    height: auto;
    margin-top: 52px;
}
.apply_rst_c .tip {
    width: 530px;
    font-size: 14px;
    color: #a9a7a7;
    line-height: 20px;
    margin: 0 auto 27px auto;
}
.apply_rst_c .tip .red {
    color: #de2e38;
}
.apply_rst_c .ad_card_list {
    width: 800px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 38px auto;
}
.apply_rst_c .ad_card_list>li {
    width: 249px;
    height: 160px;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 26px;
}
.apply_rst_c .ad_card_list>li a {
    width: 100%;
    height: 100%;
    display: block;
}
.apply_rst_c .ad_card_list>li img {
    width: 100%;
    display: block;
}
.apply_rst_c .ad_card_list>li:nth-child(2) {
    margin-right: 27px;
}
.apply_rst_c .ad_card_list>li:last-child {
    margin-right: 0;
}
.apply_rst_c .qrcode_list {
    width: 814px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 40px;
}
.apply_rst_c .qrcode_list>li {
    width: 395px;
    height: auto;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding-right: 7px;
}
.apply_rst_c .qrcode_list>li:last-child {
    float: right;
}
.apply_rst_c .qrcode_list>li .qrcode_pic {
    width: 97px;
    height: 98px;
    display: inline-block;
    float: left;
}
.apply_rst_c .qrcode_list>li .qrcode_info {
    width: 170px;
    height: auto;
    margin: 0 16px;
    margin-top: 33px;
    display: inline-block;
}
.apply_rst_c .qrcode_list>li .btn_follow {
    width: 90px;
    height: 37px;
    line-height: 37px;
    display: inline-block;
    float: right;
    border-radius: 37px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    background: linear-gradient(45deg, #DF3D45, #C90C16);
    background-color: #DF3D45;
    box-shadow: 0 2px 7px 3px rgba(218, 29, 39, 0.35);
}
.apply_rst_c .qrcode_list>li .qrcode_info .name {
    font-size: 14px;
    margin-bottom: 7px;
}
.apply_rst_c .qrcode_list>li .qrcode_info .desc {
    font-size: 12px;
    color: #a9a7a7;
}

#city_5 {
	height: 30px;
}

#city_5 select,#city_4 select {
    border: none;
    outline: none;
	margin:0 5px;
    width: 29%;
    height: 40px;
    font-size: 14px;
    /* background: rgba(238,238,238,0.30); */
}		
.opt1 {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	background: #fff;
	z-index: 10;
	width: 100%;
	border: 1px solid #d0d0d1;
	border-radius: 10px;
} 
.active {
	display: block;
}
.apply_form .tr .th>span {
	font-weight: 400;
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
}
.cc-xing{
    line-height: 40px;
    padding-right: 2px;
    color: #FF5C52 !important;
}

.apply_form .form-section-01 {
    clear: both;
	overflow: visible;
	height: 42px;
}

/*抛错弹窗*/
.pop,.pop1{
	display:none;
}
.layer{
	position:fixed;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 115;
	
}
.protocol{
	line-height:1.5;
	font-size:14px;
	text-align: center;
	width: 25%;
	margin: auto;
	background: #fff;
	z-index: 9999;
	border-radius: 10px;
	min-height:108px;
	position: absolute;
    top: 50%;
    margin-top: -54px;
    left: 50%;
    margin-left: -12.5%;

}
.errtitle {
    display: none;
    text-align: center;
    color: #d70c16;
}
.del{
	/* width:100%;
    height: 45px;
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #fff;
    color: #d80c18;
    border: none;
    border-top: 1px solid #e2e2e2;
    font-family: "PingFang SC", "黑体"; */
    width: 94%;
    margin: 2% 3% 5%;
    height: 38px;
    background-image: linear-gradient(90deg, #FF5C52 0%, #E03025 100%);
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    border: none;
}
#EEE,#EEE2{
    /* padding:16px 0; */
    padding: 16px;
    color: #333;
    min-height: 76px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-align: center;
    align-items: center;
    justify-content: center;
}
.poplayer{
	display:none;
}
.poplayer .layer{
	position:fixed;
	left:0;
	top:0;
	right: 0;
	bottom: 0;
	background:rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	z-index: 12;
	display: flex;
}
.poplayer .protocol{
	width: 30%;
	background: #fff;
	z-index: 13;
	border-radius: 10px;
}
.poplayer .cancel,.poplayer .cancel{
	border-bottom-left-radius: 10px;
}	
.poplayer .cancel,.poplayer .enter{
    width:45%;
    margin: 0 2.5% 20px;
	float: left;
	height: 38px;
	/* color: #fff; */
	font-size: 16px;
	line-height: 38px;
	text-align: center;
	/* border-bottom-right-radius: 10px; */
	/* background: #fff; */
	color: #333;
    border: none;
    border-radius: 4px;
	/* border-top: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2; */
}
.poplayer .cancel{
    background: #F6F6F6;
    color: #333333;
	/* border-bottom-right-radius:0; */
}
.poplayer .enter{
    background-image: linear-gradient(90deg, #FF5C52 0%, #E03025 100%);
    color: #fff;
}
.poplayer .protocol p{
	color: #333;
	font-size: 18px;
    padding:18px;
    margin: 10px 0;
}
button{
	font-family: "黑体";
}
button:focus {
	outline:none;
}
.apply_form .tr .td #jobType11>span, .apply_form .tr .td #jobType22>span, .apply_form .tr .td #jobType33>span{
width:100%;
padding:0;}
.apply_form .tr .td #jobType11>span{
 padding-left:20px;}
.apply_form .tr .td #jobType11 select{
margin:0;
}
.apply_form .tr:after{
content:"";
display:block;
height:0;
visibility:hidden;
clear:both;
}




/* ------------------------------------- 优化后css  ------------------------------------ */
/* ------------------------------------- 优化后css  ------------------------------------ */
/* ------------------------------------- 优化后css  ------------------------------------ */
/* 顶部 */
.header{
    border-top: 7px solid #5986BF;
    padding-top: 0;
}
.header .logo{
    margin-top: 19px;
}
.header .kefu_tel{
    /* width: 429px; */
    height: 19px;
    background: #5986BF;
    border-radius: 0px 0px 8px 8px;
    font-size: 12px;
    color: #FFFFFF;
    margin: 0;
    text-align: right;
    padding: 0 12px;
}
.header .kefu_tel span{
    margin-left: 12px;
    font-weight: 400;
}
.header .kefu_tel img{
    width: 12px;
    height: 11px;
    margin-right: 4px;
}
/* 搜索 */
.cc-search{
    clear: both;
    width: 1000px;
    height: 38px;
    background: #FFFFFF;
    margin: 20px 0 11px;
}
.cc-search-l{
    float: left;
    width: 898px;
    border: 1px solid #D1D1D1;
    border-radius: 4px 0 0 4px;
    position: relative;
}
.cc-search .cc-search-l .cc-s-img{
    float: left;
    width: 16px;
    height: 16px;
    margin: 10px 0 0 10px;
}
.cc-search .cc-search-l  input{
    float: right;
    width: 864px;
    height: 36px;
    border: none;
}
input:focus{
    outline: none;
}
.cc-search .cc-btn{
    float: left;
    width: 98px;
    height: 38px;
    background: #E03025;
    border-radius: 0px 4px 4px 0px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 600;
    line-height: 38px;
    cursor: pointer;
}
.cc-search-l.active{
    border-top: 1px solid #E03025;
    border-left: 1px solid #E03025;
    border-right: 1px solid #E03025;
    border-radius: 4px 0 0 0;
}
.cc-search .cc-search-l .cc-tips{
    position: absolute;
    left: -1px;
    top: 36px;
    z-index: 2;
    width: 878px;
    background: #FFFFFF;
    border: 1px solid #E03025;
    border-top: none;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.14);
    border-radius: 0px 0px 4px 4px;
    padding:0 10px;
    display:none;
}
.cc-search .cc-search-l.active .cc-tips{
    display: block;
}
.cc-search .cc-search-l .cc-tips .cc-history {
    border-bottom:1px solid #D1D1D1;
    margin-bottom: 12px;
    display: none;
}
.cc-search .cc-search-l .cc-tips .cc-history.active {
    display: block;

}
.cc-search .cc-search-l .cc-tips .cc-history .cc-hy-t,.cc-search .cc-search-l .cc-tips .cc-history .cc-hy-b{
    clear: both;
    overflow: hidden;
}
.cc-search .cc-search-l .cc-tips .cc-history .cc-hy-t{
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
.cc-search .cc-search-l .cc-tips .cc-history .cc-hy-t span{
    float: left;
}
.cc-search .cc-search-l .cc-tips .cc-history .cc-hy-t img{
    float: right;
    width: 18px;
    height: 18px;
}
.cc-search .cc-search-l .cc-tips .cc-history .cc-hy-b div{
    float: left;
    height: 28px;
    max-width: 400px;
    overflow: hidden;
    padding: 0 16px;
    background: #F6F6F6;
    border-radius: 17px;
    font-size: 12px;
    color: #333333;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
    margin: 0 8px 8px 0;
}
.cc-search .cc-search-l .cc-tips .cc-history .cc-hy-b div:hover{
    background: #FFF1F0;
    color: #E03025;
    font-weight: 600;
    cursor: pointer;
}
.cc-search .cc-search-l .cc-tips .cc-tips1{
    padding: 12px 20px;
    border-top: 1px solid #D1D1D1;
}
.cc-search .cc-search-l .cc-tips li{
    /* padding: 0 19px; */
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
}
.cc-search .cc-search-l .cc-tips li:hover{
    background-color: rgba(0,0,0,0.1);
}
/* 搜索标题及返回 */
.cc-searchNav{
    background-color: #fff;
    width: 100%;
    height: 51px;
    line-height: 51px;
    padding-left: 12px;
    position: absolute;
    border-bottom: 1px solid #eee;
    display: none;
    clear: both;
    overflow: hidden;
}
.cc-searchNav.active{
    display: block;
}
.cc-searchNav span{
    float: left;
}
.cc-searchNav div{
    float: left;
    width: 100px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E03025;
    border-radius: 4px;
    font-size: 14px;
    color: #E03025;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    margin-top: 9px;
    cursor: pointer;
}
/* 列表 */
.cc_content{
    width: 100%; 
    height: auto;
    padding: 66px 1px;
}
.cc-box {
    height: auto;
    padding-top: 2px;
    clear: both;
    overflow: hidden;
    display: none;
}
.cc-box.active {
    display: block;
}
.cc-box .cc-boxInner{
    height: auto;
    padding-top: 2px;
    clear: both;
    overflow: hidden;
    display: none;
}
.cc-box .cc-boxInner.active{
    display: block;
}
.cc-itembox{
    float: left;
    width: 460px;
    height: 192px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 14px 16px 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.cc-itembox:nth-child(2n-1){
    margin-left: 2px;
}
.cc-itembox:nth-child(2n){
    margin-left: 12px;
}
.cc-itembox .cc-title{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin-bottom: 12px;
}
.cc-itembox .cc-tags{
    clear: both;
    overflow: hidden;
    margin-bottom: 16px;
}
.cc-itembox .cc-tags span{
    float: left;
    display: block;
    width: 80px;
    height: 20px;
    background: #FFF2E0;
    border-radius: 2px;
    font-size: 12px;
    color: #ED6000;
    font-weight: 400;
    text-align: center;
    line-height: 20px;
    margin-right: 16px;
}
.cc-itembox .cc-content{
    clear: both;
    overflow: hidden;
}
.cc-itembox .cc-content .cc-img{
    float: left;
    width: 192px;
    height: 122px;
}
.cc-itembox .cc-content .cc-img.cc-rotate{
    width: 122px;
    height: 192px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform:  rotate(-90deg);
    margin: -34px 0 0 36px;
}
.cc-itembox .cc-content .cc-r{
    float: right;
    width: 252px;
    height: 122px;
    position: relative;
}
.cc-itembox .cc-content .cc-r p{
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    font-weight: 400;
}
.cc-itembox .cc-content .cc-r .cc-btn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #E03025;
    border-radius: 4px;
    font-size: 14px;
    color: #E03025;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
}
.cc-itembox:hover{
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.14);
}
.cc-itembox:hover .cc-content .cc-r .cc-btn{
    border: none;
    background-image: linear-gradient(90deg, #FF5C52 0%, #E03025 100%);
    color: #fff;
}
.cc-nocard{
    line-height: 100px;
    text-align: center;

}
/* 分页 */
.cc-pages{
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-top: 20px;
}
.cc-page{
    float: right;
    font-size: 12px;
    color: #333333;
    text-align: center;
    font-weight: 400;
    line-height: 32px;
    cursor: pointer;
    display: none;
}
.cc-page.active{
    display: block;
}
.cc-page .cc-up,.cc-page .cc-down{
    float: left;
    width: 60px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-right: 4px;
}
.cc-page ul{
    float: left;
    margin-right: 4px;
}
.cc-page ul li{
    float: left;
    width: 32px;
    height: 32px;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-right: 4px;
}
.cc-page ul li.active{
    background: #E03025;
    color: #fff;
}
.cc-page  .cc-total{
    float: left;
    margin: 0 14px;
}
.cc-page  .cc-total span{
    font-weight: 600;
}
.cc-page  .cc-num {
    float: left;
}
.cc-page  .cc-num input{
    width: 32px;
    height: 32px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin: 0 4px;
    text-align: center;
}
.cc-page  .cc-sure{
    float: left;
    width: 53px;
    height: 32px;
    background: #F7F7F7;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-left: 8px;
}
.cc-page ul li:hover, .cc-page  .cc-sure:hover, .cc-page .cc-up:hover,.cc-page .cc-down:hover{
    color: #E03025;
}
.card_nav.active{
    display: none;
}
.cc-lookall{
    width: 120px;
    padding-top: 16px;
    margin: 0 auto;
}
.cc-lookall span{
    display: inline-block;
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    color: #2F6DFF;
}
.cc-lookall img{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}
.cc-remen{
    min-height: 80px;
}
.cc-remenTit{
    margin: 20px 0 0 0;
    font-size: 16px;
    color: #333333;
}
.cc-remenTit h3{
    display: flex;
    align-items: center;
}
.cc-remenTit h3 img{
    width: 24px;
    height: 24px;
}
.cc-hy-remen{
    display: flex;
    flex-wrap: wrap;
}
.cc-hy-remen div{
    font-size: 12px;
    color: #E03025;
    line-height: 17px;
    display: flex;
    align-items: center;
    margin-right: 60px;
}
.cc-hy-remen span{
    margin: 0 1px;
}
.cc-hy-remen div:hover{
    color: #2F6DFF;
}
.cc-hy-remen div span:hover{
    color: #333333;
}
.cc-hy-remen div img{
   width: 20px;
   height: 20px;
}